home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / Claudiane.swf / scripts / frame_112 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  230 b   |  12 lines

  1. stop();
  2. for(var i in this)
  3. {
  4.    if(typeof this[i] == "movieclip" and this[i]._name.substr(0,1) == "a")
  5.    {
  6.       this[i].enabled = false;
  7.    }
  8. }
  9. hair_mc.enabled = false;
  10. top_mc.enabled = false;
  11. mm2_mc.enabled = false;
  12.